.e_bannerA-3 .p_btitle {
  font-size: 44px !important;
}
.e_bannerA-3 .p_subtitle {
  font-size: 22px;
  padding: 0 !important;
  margin: 0;
  text-transform: capitalize;
}
.e_bannerA-3 .p_info {
  width: 94% !important;
  max-width: 1680px !important;
  text-align: left;
}
.e_bannerA-3 .p_info * {
  text-align: center;
  color: #fff !important;
}
.e_bannerA-3 .p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .e_bannerA-3 .p_img{
    height: 210px !important;
  }
  .e_bannerA-3 .p_btitle {
    font-size: 26px !important;
  }
}
